home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 1737 / text0000.txt < prev   
Encoding:
Text File  |  1996-08-05  |  840 b   |  22 lines

  1. In a message of 21 Jan 96 chaos@wiloyee.shnet.org wrote to All:
  2.  
  3.  cws> $000000-$1fffff   Chip RAM
  4.  cws> $a00000-$bfffff   Hardware: CIA (parallel, serial, disk, timers, and 
  5.  cws> $dff000-$dfffff   Hardware: custom chips (graphic, sound, disk,
  6.  cws> $f80000-$ffffff   Kickstart ROM
  7.  
  8.  cws> you can use this to orientate yourself, but you should NEVER rely on
  9.  
  10.  Actually it's useful for debugging... if you see what should be a bitplane
  11. pointer with an address of more than $200000 you know somethings wrong.
  12.  
  13.  cws> nothing important at this adress. if you want to check your programms
  14.  cws> for this error, simply put a easy to see constant in this adress, like
  15.  cws> $aaaaaaaa or $BADC0DE. if this number appears in one of your registers,
  16.  cws> get alarmed. if the value of adress $0 changes, even worse.
  17.  
  18.  Thanks for the tip !
  19.  
  20. Ben... :)
  21.  
  22.